home *** CD-ROM | disk | FTP | other *** search
- This disk contains the source, help files and manual for ART-CEE, a small
- artificial intelligence inference engine. It is written in MIX-C for any
- MS-DOS computer and adaptable to most other dialects of C without much trouble.
- The program requires approximately 128K of core in which to execute, half for
- the .COM file and half for data. It works with one- or two-disk machines.
- No routines peculiar to one MS-DOS machine over others are used.
-
- Files in this set:
- 1 WORKUP4.C driver routines
- 2 WORKUP0.C parsing routines
- 3 WORKUP2.C i-o functions
- 4 WORKUP3.C thinking, inference-drawing routines
- 5 HELP1.AIH primary help routine panel
- 6 HELP2.AIH summary of rule input syntax
- 7 HELP3.AIH summary of query input syntax
- 8 HELP4.AIH summary of commands
- 9 MANUAL.TXT documentation on how to use ART-CEE
- 10 SAMPLE.FIL minimal sample data file
- 11 READ.ME brief description of ART-CEE disk
- 12 WORKUP0.H header file containing MAX definition
- 13 WORKUP1.H header file for secondary source files
- 14 DOGNCAT sample grouping file
- 15 ART-CEE.COM executable file with runtime support